{apf.htmlentities([@name]).replace(/_/g, ' ')} var loc = "demo/{mdlDemo.lastDemo.split(".").join("/")}/"; Location on disk: {loc}example.xml if ([@hub]){ [example/source/node()] return output(); } i = 0; foreach([example]) {

Example {++i}

{apf.htmlentities([description])}
[source/node()]
{
                            apf.highlightCode([source/node()]);
                        }
{
                            apf.highlightJs(apf.convertAmlToJson([source/node()]));
                        }
{ foreach([xml]) {
{
                                    apf.highlightCode([source/node()]);
                                }
} foreach([js]) {
{
                                    apf.highlightJs([source/node()])
                                }
} }
} if (#[seealso]) {

See also

{ foreach([seealso]) { [@display] last() ? "" : ", "; } }
} ?>
//